home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Tele / C / CommsService 2.0.2.sit / commsService 2.0.2 Final / Service Definition Files / Georgetown Med. Centre < prev    next >
Encoding:
Text File  |  1994-09-06  |  2.3 KB  |  62 lines  |  [TEXT/cSSv]

  1. #
  2. # commsService 2.0 Service Definition File.
  3. #
  4. Name=Georgetown Med. Centre
  5. Description=Provides access to the Georgetown University's Dahlgren Memorial Library Knowledge Network, (LIS and IAIMS databases).
  6. The available options are -
  7.    Books, Series, Audiovisuals and Software
  8.         Keywords (combination of author, title, subject or year)
  9.         Authors, Titles or Subjects
  10.    Journals
  11.        Journal titles or abbreviations
  12.    Special Files
  13.         Document delivery
  14.         Reserve matierals list
  15.         Medical subject headings
  16.  
  17. TimeOut=0
  18. BreakEnabled=No
  19. PagesToScroll=10
  20. TerminationString=Thank you for using BioSYNTHESIS
  21. ConnectionTool=TGE TCP Tool
  22. ConnectionTokens=HostName gumedlib2.georgetown.edu PortNumber 23 ConnectionType TELNET TelnetBinaryMode FALSE TerminalType vt100
  23. ConnectionMenu=No
  24. TerminalTool=VT102 Tool
  25. TerminalTokens=FontSize 9 Width 80 Cursor Underline Online True LocalEcho False AutoRepeat True RepeatControls False AutoWrap True NewLine False Scroll Jump ShowControls False SwapBackspaceDelete False TerminalMode ANSI/VT102 ShowStatusBar False ShowTabRuler False InverseVideo False InsertChar False OriginAtMargin False KeyClick False CursorKey ANSI Keypad Numeric AnswerBack "" KeyboardLocked False ActiveCharSet G0 NRCSet USASCII G0 USASCII G1 USASCII G2 USASCII G3 USASCII
  26. TerminalMenu=No
  27. ServiceScripts=on LoginToService
  28. Global ActiveService, FoundString
  29. if ExpectFromService(ActiveService, 20, true, true, "login:") then
  30. if FoundString > 0 then
  31. if SendToService(ActiveService, "medlib" & return, "") then
  32. if ExpectFromService(ActiveService, 20, true, true, "Password") then
  33. if FoundString = 1 then
  34. if SendToService(ActiveService, "dahlgren" & return, "") then
  35. if ExpectFromService(ActiveService, 20, true, true, "Enter Your Last Name") then
  36. if FoundString = 1 then
  37. if SendToService(ActiveService, "netguest" & return, "") then
  38. if ExpectFromService(ActiveService, 20, true, true, "press <Return> or <Enter>") then
  39. if FoundString = 1 then
  40. if SendToService(ActiveService, return, "") then
  41. repeat while FoundString = 1
  42. get ExpectFromService(ActiveService, 20, true, true, "Press RETURN or ENTER to continue...", "Dahlgren Memorial Library Knowledge Network")
  43. if FoundString = 2 then return true
  44. get SendToService(ActiveService, return, "")
  45. end repeat
  46. end if
  47. end if
  48. end if
  49. end if
  50. end if
  51. end if
  52. end if
  53. end if
  54. end if
  55. end if
  56. end if
  57. end if
  58. return false
  59. end LoginToService
  60.  
  61.  
  62.